home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '90 / Source Code ƒ / MPW C ƒ / Orphan ƒ / StripUnitsTool.r < prev   
Encoding:
Text File  |  1990-02-09  |  911 b   |  41 lines  |  [TEXT/MPS ]

  1. /*  Rez file for StripUnitsTool (provides Commando interface) */
  2.  
  3. #include "cmdo.r"
  4.  
  5. resource 'cmdo' (323, "StripUnits") {
  6.     {    /* array dialogs: 1 elements */
  7.         /* [1] */
  8.         175,
  9.         "Delete the precompiled info from a Pascal unit by deleting the unit resource of the file."
  10.         "The content of the file is unaffected.",
  11.         {    /* array itemArray: 1 elements */
  12.             /* [1] */
  13.             NotDependent {
  14.             
  15.             },
  16.             MultiFiles {
  17.                 "Files to strip.",
  18.                 "This button brings up a dialog allowing selection of files to strip of unit information.",
  19.                 {30, 161, 50, 321},
  20.                 "Files to strip:",
  21.                 "",
  22.                 MultiInputFiles {
  23.                     {  /* array MultiTypesArray: 1 element */
  24.                         /* [1] */
  25.                         text
  26.                     },
  27.                     FilterTypes,
  28.                     "Only TEXT files",
  29.                     "All Files"
  30.                 }
  31.             },
  32.             NotDependent { },
  33.             CheckOption {
  34.                 NotSet, {20,10,36,235}, "Progress Info","-p",
  35.                 "Prints progress information to StdOut",
  36.             }
  37.         }
  38.     }
  39. };
  40.  
  41.